type testing.testContext

7 uses

	testing (current package)
		fuzz.go#L72: 	testContext *testContext
		testing.go#L785: 	context    *testContext // For running tests and subtests.
		testing.go#L1506: type testContext struct {
		testing.go#L1532: func newTestContext(maxParallel int, m *matcher) *testContext {
		testing.go#L1533: 	return &testContext{
		testing.go#L1541: func (c *testContext) waitParallel() {
		testing.go#L1553: func (c *testContext) release() {